Navigation
API > API/Plugins > API/Plugins/LevelSnapshotFilters
Blueprint wrapper for FProperty containers
| Name | FPropertyContainerHandle |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyContainerHandle.h |
| Include Path | #include "PropertyContainerHandle.h" |
Syntax
USTRUCT (BlueprintType )
struct FPropertyContainerHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PropertyContainerHandle.h | |||
FPropertyContainerHandle
(
void* InPropertyContainerPtr |
PropertyContainerHandle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PropertyContainerPtr | void * | Pass this to FProperty::ContainerPtrToValuePtr(PropertyContainer). Never null. | PropertyContainerHandle.h |