Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreePropertyBindings
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/StateTreePropertyBindings.cpp |
bool CopyProperty
(
const FStateTreePropertyCopy & Copy,
FStateTreeDataView SourceStructView,
FStateTreeDataView TargetStructView
) const
Remarks
Copies a property from Source to Target based on the provided Copy. true if the property was copied successfully.
Parameters
| Name | Description |
|---|---|
| Copy | Describes which parameter and how is copied. |
| SourceStructView | Pointer and type for the source containing the property to be copied. |
| TargetStructView | Pointer and type for the target containing the property to be copied. |