Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerModule.h |
Include |
#include "KismetCompilerModule.h" |
void RefreshVariables
(
UBlueprint * Blueprint
)
Synchronizes Blueprint's GeneratedClass's properties with the NewVariable declarations in the blueprint Used on load to ensure that all properties are present for instances.
Parameter |
Description |
---|---|
Blueprint |
The blueprint that may be missing variables |