FPrimitiveSceneProxy::SetCollisionEnabled_RenderThread

Set the collision flag on the scene proxy to enable/disable collision drawing (RENDER THREAD)

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_RenderThread
(
    const bool bNewEnabled
)

Remarks

Set the collision flag on the scene proxy to enable/disable collision drawing (RENDER THREAD)

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