FSMExposedFunctionContainer¶
Module: SMSystem
#include <SMExposedFunctions.h>
Description¶
Contains an array of function handlers. This struct exists so a container can be the value of a map UProperty.
Public Functions¶
| Name | |
|---|---|
| FSMExposedFunctionContainer() =default | |
| FSMExposedFunctionContainer(const FSMExposedFunctionHandler & Handler) |
Public Attributes¶
| Name | |
|---|---|
| TArray< FSMExposedFunctionHandler > | ExposedFunctionHandlers |