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