FPropertyContainerHandle

Blueprint wrapper for [FProperty](API\Runtime\CoreUObject\UObject\FProperty) containers

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/PropertyContainerHandle.h

Include

#include "PropertyContainerHandle.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FPropertyContainerHandle

Remarks

Blueprint wrapper for FProperty containers

Variables

Name Description

Public variable

void *

 

PropertyContainerPtr

Pass this to FProperty::ContainerPtrToValuePtr(PropertyContainer). Never null.

Constructors

Name Description

Public function

FPropertyContainerHandle()

Public function

FPropertyContainerHandle

(
    void* InPropertyContainerPtr
)

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