Navigation
API > API/Plugins > API/Plugins/OptimusCore > API/Plugins/OptimusCore/FOptimusDeformerInstanceComponen-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSoftObjectPtr< UActorComponent > GetActorComponent
(
AActor const* InActor |
Get the component on an actor that matches the stored component name. | OptimusDeformerInstance.h | |
static TSoftObjectPtr< UActorComponent > GetActorComponent
(
AActor const* InActor, |
OptimusDeformerInstance.h |
GetActorComponent(AActor const *)
Description
Get the component on an actor that matches the stored component name.
| Name | GetActorComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformerInstance.h |
| Include Path | #include "OptimusDeformerInstance.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusDeformerInstance.cpp |
TSoftObjectPtr < UActorComponent > GetActorComponent
(
AActor const * InActor
) const
GetActorComponent(AActor const *, FString const &)
| Name | GetActorComponent |
| Type | function |
| Header File | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusDeformerInstance.h |
| Include Path | #include "OptimusDeformerInstance.h" |
| Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusDeformerInstance.cpp |
static TSoftObjectPtr < UActorComponent > GetActorComponent
(
AActor const * InActor,
FString const & InName
)