Navigation
API > API/Plugins > API/Plugins/SpatialReadiness > API/Plugins/SpatialReadiness/FSpatialReadinessAPI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpatialReadinessAPI
(
FAddUnreadyVolume_Function AddUnreadyVolume, |
This constructor binds TFunctions to the internal add and remove delegates. | SpatialReadinessAPI.h | |
FSpatialReadinessAPI
(
ObjectT* Object, |
This constructor binds member functions to the internal add and remove delegates. | SpatialReadinessAPI.h |
FSpatialReadinessAPI(FAddUnreadyVolume_Function, FRemoveUnreadyVolume_Function)
Description
This constructor binds TFunctions to the internal add and remove delegates.
| Name | FSpatialReadinessAPI |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SpatialReadiness/Source/SpatialReadiness/Public/SpatialReadinessAPI.h |
| Include Path | #include "SpatialReadinessAPI.h" |
| Source | /Engine/Plugins/Experimental/SpatialReadiness/Source/SpatialReadiness/Private/SpatialReadiness/SpatialReadinessAPI.cpp |
FSpatialReadinessAPI
(
FAddUnreadyVolume_Function AddUnreadyVolume,
FRemoveUnreadyVolume_Function RemoveUnreadyVolume
)
FSpatialReadinessAPI(ObjectT *, TAddUnreadyVolume_Member< ObjectT >, TRemoveUnreadyVolume_Member< ObjectT >)
Description
This constructor binds member functions to the internal add and remove delegates.
Please be sure that this API object will not outlive the object to whose members its delegates are bound after this construction!
| Name | FSpatialReadinessAPI |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SpatialReadiness/Source/SpatialReadiness/Public/SpatialReadinessAPI.h |
| Include Path | #include "SpatialReadinessAPI.h" |
template<typename ObjectT>
FSpatialReadinessAPI
(
ObjectT * Object,
TAddUnreadyVolume_Member< ObjectT > AddUnreadyVolume,
TRemoveUnreadyVolume_Member< ObjectT > RemoveUnreadyVolume
)