Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| |
|
| Name |
TCEPropertyChangeDispatcher |
| Type |
class |
| Header File |
/Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/CEPropertyChangeDispatcher.h |
| Include Path |
#include "CEPropertyChangeDispatcher.h" |
Syntax
template<typename InClassType>
class TCEPropertyChangeDispatcher
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TCEPropertyChangeDispatcher
(
std::initializer_list< TPairInitializer< const FName&, const FMemberFunctionType& > > InCallbacks
)
|
|
CEPropertyChangeDispatcher.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FMemberFunctionType |
typename TMemFunPtrType< false, InClassType, void()>::Type |
|
CEPropertyChangeDispatcher.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PropertyChangedFunctions |
TMap< FName, FMemberFunctionType > |
|
CEPropertyChangeDispatcher.h |
|
Functions
Public