VerseIsland
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Sign in
Feed Learn Leaderboard Guides Explore Search Docs Verse Library
Verse API › Scene Graph · Up to Verse API · Scene Graph · 81 of 192 in Scene Graph
Browse Verse API

Verse API reference page for the collision_profile class

A collision profile determines how a volume interacts with other volumes for Overlap queries, Sweep queries, and physics simulation. When two volumes are being tested to see how they interact, the algorithm looks like this: GetInteraction(A:collision_profile, B:collision_profile):collision_interaction = InteractionA = B.GetChannelInteraction(A.Channel) InteractionB = A.GetChannelInteraction(B.Channel) return Min(InteractionA, InteractionB)

Verse using statement using { /Verse.org/SceneGraph }

Members

This class has data members, but no functions.

Data

Data Member Name Type Description
Channel collision_channel The collision channel for the owning object.
GetChannelInteraction (collision_channel):collision_interaction How the owning object should interact with other objects.GetChannelInteraction is a function which maps a collision_channel to a collision_interaction. It can be implemented as an simple sequence of if statements. For example, to block all channels except camera: BlockAllIgnoreCamera(Channel:collision_channel):collision_interaction = if (CollisionChannels.camera[Channel]): return collision_interaction.Ignore return collision_interaction.Block MyProfile:collision_profile = MakeCollisionProfile(CollisionChannels.dynamic, BlockAllIgnoreCamera)

Comments

    Sign in to vote, comment, or suggest an edit. Sign in
    📄
    Source
    Epic Games

    © Epic Games. Official Epic developer documentation, shown here as a reference with a link to the original. All rights remain with Epic Games. Terms ↗

    View original Sources & licensing
    Request removal
    Last updated May 14, 2026
    Keep exploring
    More in Scene Graph · 81 of 192
    Prev
    collision point
    Next
    collision sphere
    Browse all files in this folder (A–Z)
    Related topics
    • Collision Profile Scene Graph
    • scenegraph Scene Graph
    • scenegraph Scene Graph
    • Collision Channel Scene Graph
    • Collision Channel Scene Graph

    Related

    Open in graph →

    Related topics

    • Collision Profile
    • scenegraph
    • scenegraph
    • Collision Channel
    • Collision Channel
    VerseIsland · an archipelago of Verse & UEFN knowledge
    Learn Guides History About & Press Sources & Licensing Status

    Not affiliated with Epic Games. Fortnite, UEFN, Unreal Engine, and Verse are trademarks of Epic Games, Inc. Content is attributed to its source — see Sources & Licensing.