Navigation
Unreal Engine C++ API Reference > Plugins > LevelSnapshotFilters
References
Module | LevelSnapshotFilters |
Header | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyContainerHandle.h |
Include | #include "PropertyContainerHandle.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPropertyContainerHandle
Remarks
Blueprint wrapper for FProperty containers
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
void * | PropertyContainerPtr | Pass this to FProperty::ContainerPtrToValuePtr(PropertyContainer). Never null. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPropertyContainerHandle
(
void* InPropertyContainerPtr |