Navigation
Unreal Engine C++ API Reference > Editor > BlueprintEditorLibrary > UBlueprintEditorLibrary
References
Module | BlueprintEditorLibrary |
Header | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
Include | #include "BlueprintEditorLibrary.h" |
UFUNCTION (BlueprintCallable, CustomThunk, Category="Blueprint Editor",
Meta=(CustomStructureParam="DefaultValue"))
static bool AddMemberVariableWithValue
(
UBlueprint * Blueprint,
FName MemberName,
const int32 & DefaultValue
)
Remarks
Adds a member variable to the specified blueprint inferring the type from a provided value. true if it succeeds, false if it fails.