Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
References
| Module | BlueprintEditorLibrary |
| Header | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
static void SetBlueprintVariableExposeOnSpawn
&40;
UBlueprint &42; Blueprint,
const FName & VariableName,
bool bExposeOnSpawn
&41;
Remarks
Sets "Expose On Spawn" to true/false on a Blueprint variable
Parameters
| Name | Description |
|---|---|
| Blueprint | The blueprint object |
| VariableName | The variable name |
| bExposeOnSpawn | Set to true to expose on spawn |