Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FIntrospectionSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMJsonUtils.h |
| Include Path | #include "RigVMJsonUtils.h" |
Syntax
struct FIntrospectionSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntrospectionSettings
(
FRigVMRegistryHandle& InRegistry |
RigVMJsonUtils.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateImages | bool | RigVMJsonUtils.h | ||
| bExcludeDeprecated | bool | RigVMJsonUtils.h | ||
| bExcludeDispatches | bool | RigVMJsonUtils.h | ||
| bExcludeFunctions | bool | RigVMJsonUtils.h | ||
| bMergeTemplates | bool | RigVMJsonUtils.h | ||
| CommandsToRun | TArray< FString > | RigVMJsonUtils.h | ||
| DiscoveredTypes | TSet< TRigVMTypeIndex > | RigVMJsonUtils.h | ||
| EdGraphSchema | TObjectPtr< URigVMEdGraphSchema > | RigVMJsonUtils.h | ||
| FilePath | FString | RigVMJsonUtils.h | ||
| Registry | FRigVMRegistryHandle & | RigVMJsonUtils.h | ||
| Schema | TObjectPtr< URigVMSchema > | RigVMJsonUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddDiscoveredType
(
const TRigVMTypeIndex& InTypeIndex |
RigVMJsonUtils.h |