Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreePropertyBindingCompile-
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreePropertyBindingCompiler.h |
| Include | #include "StateTreePropertyBindingCompiler.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreePropertyBindingCompiler.cpp |
static EPropertyAccessCompatibility GetPropertyCompatibility
(
const FProperty * FromProperty,
const FProperty * ToProperty
)
Remarks
Checks if two property types can are compatible for copying. Incompatible if the properties cannot be copied, Compatible if they are trivially copyable, or Promotable if numeric values can be promoted to another numeric type.
Parameters
| Name | Description |
|---|---|
| FromProperty | Property to copy from. |
| ToProperty | Property to copy to. |