UPropertyBlueprintFunctionLibrary::GetPropertyOriginPath

Returns a path containing information which class declare the property.

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

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

Include

#include "PropertyBlueprintFunctionLibrary.h"

Source

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Private/PropertyBlueprintFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="Level Snapshots")
static FString GetPropertyOriginPath
(
    const TFieldPath< FProperty > & Property
)

Remarks

Returns a path containing information which class declare the property.

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