Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreePropertyFunctionBase
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyFunctionBase.h |
| Include | #include "StateTreePropertyFunctionBase.h" |
virtual void Execute
(
FStateTreeExecutionContext & Context
) const
Remarks
Called right before evaluating bindings for the owning node.
Parameters
| Name | Description |
|---|---|
| Context | Reference to current execution context. |