USceneCaptureComponent::UpdateShowFlags

Update the show flags from our show flags settings (ideally, you'd be able to set this more directly, but currently unable to make [FEngineShowFlags](API\Runtime\Engine\FEngineShowFlags) a [UStruct](API\Runtime\CoreUObject\UObject\UStruct) to use it as a [FProperty](API\Runtime\CoreUObject\UObject\FProperty)...)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneCaptureComponent.h

Include

#include "Components/SceneCaptureComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SceneCaptureComponent.cpp

Syntax

void UpdateShowFlags()

Remarks

Update the show flags from our show flags settings (ideally, you'd be able to set this more directly, but currently unable to make FEngineShowFlags a UStruct to use it as a FProperty...)

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