ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyPredefTypes Struct Reference

#include <PredefinedTypes.h>

Static Public Member Functions

static TMap< FName, FArticyPredefinedTypeBase * > & Get ()
static ArticyPredefinedTypeInfo< uint8 > * GetEnum ()
static bool IsPredefinedType (const FName &OriginalType)

Detailed Description

Just a container to hold information about the predefined Articy types.

Member Function Documentation

◆ IsPredefinedType()

bool FArticyPredefTypes::IsPredefinedType ( const FName & OriginalType)
static

Checks if a given type is a predefined type.

Parameters
OriginalTypeThe name of the type to check.
Returns
True if the type is predefined, false otherwise.

The documentation for this struct was generated from the following files:
  • Source/ArticyEditor/Public/PredefinedTypes.h
  • Source/ArticyEditor/Private/PredefinedTypes.cpp