FType

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMPrototype.h

Include

#include "RigVMCore/RigVMPrototype.h"

Syntax

struct FType

Variables

Name Description

Public variable

FString

 

CPPType

Public variable

UObject *

 

CPPTypeObject

Constructors

Name Description

Public function

FType()

Public function

FType

(
    const FString& InCPPType,
    UObject* InCPPTypeObject
)

Functions

Name Description

Public function Const

FName

 

GetCPPTypeObjectPath()

Operators

Name Description

Public function Const

 

operator FString()

Public function Const

 

operator UObject *()

Public function Const

bool

 

operator!=

(
    const FType& InOther
)

Public function Const

bool

 

operator!=

(
    const FString& InOther
)

Public function Const

bool

 

operator==

(
    const FType& InOther
)

Public function Const

bool

 

operator==

(
    const FString& InOther
)

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