FDatasmithObjectTemplateUtils

Windows
MacOS
Linux

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithObjectTemplate.h

Include

#include "ObjectTemplates/DatasmithObjectTemplate.h"

Syntax

struct FDatasmithObjectTemplateUtils

Functions

Name Description

Public function Static

UDatasmithAs...

 

FindOrCreateDatasmithUserData

(
    UObject* Outer
)

Public function Static

TMap< TSubcl...

 

FindOrCreateObjectTemplates

(
    UObject* Outer
)

Public function Static

T *

 

GetObjectTemplate

(
    UObject* Outer
)

Public function Static

UDatasmithOb...

 

GetObjectTemplate

(
    UObject* Outer,
    TSubclassOf< UDatasmithObjectTempla...
)

Public function Static

bool

 

HasObjectTemplates

(
    UObject* Outer
)

Public function Static

void

 

SetObjectTemplate

(
    UObject* Outer,
    UDatasmithObjectTemplate* Obje...
)

Public function Static

bool

 

SetsEquals

(
    const TSet< FName >& Left,
    const TSet< FName >& Right
)

Compares two sets for equality.

Public function Static

TSet< FName ...

 

ThreeWaySetMerge

(
    const TSet< FName >& OldSet,
    const TSet< FName >& CurrentSet,
    const TSet< FName >& NewSet
)

Based on existing data, last import and current import, deduce resulting data that reflects User work.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss