Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMUserDefinedTypeResolver |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMTypeUtils.h |
| Include Path | #include "RigVMTypeUtils.h" |
Syntax
struct FRigVMUserDefinedTypeResolver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMTypeUtils.h | |||
FRigVMUserDefinedTypeResolver
(
const TFunction< UObject*(const FString&)>& InResolver |
RigVMTypeUtils.h | ||
FRigVMUserDefinedTypeResolver
(
TMap< FString, FSoftObjectPath >&& InObjectMap |
RigVMTypeUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectMap | TMap< FString, FSoftObjectPath > | RigVMTypeUtils.h | ||
| Resolver | TFunction< UObject *(const FString &)> | RigVMTypeUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMTypeUtils.h | |||
bool IsValid() |
RigVMTypeUtils.h |