UPropertyBlueprintFunctionLibrary::GetPropertyName

Gets only the property name of a 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 GetPropertyName
(
    const TFieldPath< FProperty > & Property
)

Remarks

Gets only the property name of a 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