Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FObjectInitializer
Description
Initializes a non-native property, according to the initialization rules. If the property is non-native and does not have a zero contructor, it is inialized with the default value.
| Name | InitNonNativeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include Path | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Blueprint/BlueprintSupport.cpp |
static bool InitNonNativeProperty
(
FProperty * Property,
UObject * Data
)
Returns true if that property was a non-native one, otherwise false
Parameters
| Name | Remarks |
|---|---|
| Property | Property to be initialized |
| Data | Default data |