Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActorComponentActivatedSignatur-_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Components/ActorComponent.h | ||
FActorComponentActivatedSignature_MCSignature
(
const TMulticastScriptDelegate<>& InMulticastScriptDelegate |
Construction from an FMulticastScriptDelegate must be explicit. | Components/ActorComponent.h |
FActorComponentActivatedSignature_MCSignature()
Description
Default constructor
| Name | FActorComponentActivatedSignature_MCSignature |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
FActorComponentActivatedSignature_MCSignature()
FActorComponentActivatedSignature_MCSignature(const TMulticastScriptDelegate<> &)
Description
Construction from an FMulticastScriptDelegate must be explicit. This is really only used by UObject system internals.
| Name | FActorComponentActivatedSignature_MCSignature |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
FActorComponentActivatedSignature_MCSignature
(
const TMulticastScriptDelegate <> & InMulticastScriptDelegate
)