FPrimitiveSceneProxy::SetCollisionEnabled_GameThread

Set the collision flag on the scene proxy to enable/disable collision drawing

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h

Include

#include "PrimitiveSceneProxy.h"

Source

/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.cpp

Syntax

void SetCollisionEnabled_GameThread
(
    const bool bNewEnabled
)

Remarks

Set the collision flag on the scene proxy to enable/disable collision drawing

Parameters

Parameter

Description

const

bool bNewEnabled new state for collision drawing

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss